home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / ObjInspector / Source / ObjInspector.h < prev    next >
Text File  |  1995-06-12  |  734b  |  28 lines

  1. //----------------------------------------------------------------------------------------------------
  2. //
  3. //    ObjInspector
  4. //
  5. //    Inherits From:        WMInspector
  6. //
  7. //    Declared In:        ObjInspector.h
  8. //
  9. //    Class Description
  10. //
  11. //        ObjInspector manages trivial contents inspection of Object files (.o).
  12. //    Disclaimer
  13. //
  14. //        You may freely copy, distribute and reuse this software and its
  15. //        associated documentation. I disclaim any warranty of any kind, 
  16. //        expressed or implied, as to its fitness for any particular use.
  17. //
  18. //----------------------------------------------------------------------------------------------------
  19. #import <appkit/appkit.h>
  20. #import <apps/Workspace.h>
  21.  
  22. @interface ObjInspector:WMInspector
  23. {
  24.     id    textView;
  25. }
  26.  
  27. @end
  28.